
BEGIN Object     
    Name                 DirtyMoney
    Width                1  
    Height               1
    Toughness            1.0000  
    MaxStackSize         20
    RenderDepth          1
	Price                -10
    Properties           Material
	Properties           SlowDelivery
    BEGIN   Sprite
        x 0 
        y 0  
        w 2  
        h 2  
        RotateType 0
    END
    BEGIN StackSprite
        x 6
        y 0
        w 2
        h 2
        RotateType 0
    END
END

BEGIN Object     
    Name                 CleanMoney
    Width                1  
    Height               1
    Toughness            1.0000  
    MaxStackSize         20
    RenderDepth          1
    Price                -200	
    Properties           Material
	Properties           Sellable
	Properties           Scripted
    BEGIN   Sprite
        x 0 
        y 2  
        w 2  
        h 2  
        RotateType 0
    END
    BEGIN StackSprite
        x 6
        y 2
        w 2
        h 2
        RotateType 0
    END
END

BEGIN Object     
    Name                 MoneyTable  
    Width                3  
    ConstructionTime     5.00000  
    MoveSpeedFactor      0.50000  
    Toughness            10.0000  
    Price                -200  
    NumSlots             3 
    Group                StaticObject  
    BlockedBy            Wall  
    BlockedBy            StaticObject  
    BlockedBy            UtilityStation  
    MadeOf               Composite
    Properties           StaticObject
    Properties           Processor
    Properties           RoomSpecific
	AutoOrder            DirtyMoney
    AutoOrderQuantity    20
    WorkGroup            Accounting
	Research             MoneyLaundering
    BEGIN   Sprite
        x 0 
        y 4  
        w 6  
        h 3  
        RotateType 4
		BEGIN Marker
           x             1.5
           y             1.0
           orientation.x 0.0
           orientation.y 0.0
           Index         0
        END
        BEGIN Marker
           x             3.1
           y             1.0
           Index         1
        END
        BEGIN Marker
           x             4.7
           y             1.0
           Index         2
        END
    END
END

BEGIN Object     
    Name                 MoneySafe  
    Width                1
    Height	             1
    ConstructionTime     30.00000  
    MoveSpeedFactor      0.25000  
    Toughness            50.0000  
    Price                -1000  
    NumSlots             1 
    Group                StaticObject  
    BlockedBy            Wall  
    BlockedBy            StaticObject  
    BlockedBy            UtilityStation  
    MadeOf               HollowMetal
    Properties           StaticObject
    Properties           RoomSpecific
	Research             MoneyLaundering
    BEGIN   Sprite
        x 8 
        y 0  
        w 2  
        h 2  
        RotateType 4
    END
END

BEGIN Object     
    Name                 GoldBars  
    Width                1
    Height	             1
    ConstructionTime     1.00000  
    MoveSpeedFactor      0.50000  
    Toughness            10.0000  
    Price                -50000
    Group                StaticObject  
    BlockedBy            Wall  
    BlockedBy            StaticObject  
    BlockedBy            UtilityStation  
    MadeOf               SolidMetal
    Properties           StaticObject
	Properties           Sellable
	Properties           RoomSpecific
	Research             MoneyLaundering
    BEGIN   Sprite
        x 8 
        y 2  
        w 2  
        h 2  
        RotateType 4
    END
END

BEGIN Object     
    Name                 PrisonerStatue  
    Width                1
    Height	             1
    ConstructionTime     10.00000  
    MoveSpeedFactor      0.50000  
    Toughness            10.0000  
    Price                -100000
    Group                StaticObject  
    BlockedBy            Wall  
    BlockedBy            StaticObject  
    BlockedBy            UtilityStation  
    MadeOf               Composite
    Properties           StaticObject
	Properties           Sellable
	Properties           RoomSpecific
	Research             MoneyLaundering
    BEGIN   Sprite
        x 6 
        y 4  
        w 2  
        h 4  
        RotateType 4
    END
END

BEGIN Object     
    Name                 MoneyStatue  
    Width                1
    Height	             1
    ConstructionTime     10.00000  
    MoveSpeedFactor      0.50000  
    Toughness            10.0000  
    Price                -1000000
    Group                StaticObject  
    BlockedBy            Wall  
    BlockedBy            StaticObject  
    BlockedBy            UtilityStation  
    MadeOf               SolidMetal
    Properties           StaticObject
	Properties           Sellable
	Properties           RoomSpecific
	Research             MoneyLaundering
    BEGIN   Sprite
        x 8 
        y 4  
        w 2  
        h 2  
        RotateType 4
    END
END

BEGIN Equipment  
    Name                 Iron  
    Sprite               Iron
	AttackPower          1.00000
	RechargeTime         1.00000
    Properties           Metal
	Properties           Weapons
    Properties           NoImport
END

BEGIN Room
    Name                Accounting
    Research            MoneyLaundering
    Properties          PrisonersCanWork
    WorkGroup           Accounting
    Qualification       FinanceClass
	BEGIN Requirement Type Indoor END
    BEGIN Requirement Type Object  Id MoneyTable  END
	BEGIN Requirement Type Object  Id Table END
    BEGIN Contraband    Id      Iron           END
END

BEGIN Room
    Name                Vault
    Research            MoneyLaundering
	BEGIN Requirement Type Indoor END
    BEGIN Requirement Type Object  Id MoneySafe  END
	BEGIN LikelyObject Id GoldBars END
	BEGIN LikelyObject Id PrisonerStatue END
	BEGIN LikelyObject Id MoneyStatue END
END